home *** CD-ROM | disk | FTP | other *** search
/ CD Action 72 - Disc 2 / cdaction-72-2.iso / #dema / tux racer / tuxracer-win32-0.61a.exe / tuxracer-win32-0.61a / courses / common / sunny_light.tcl < prev    next >
Text File  |  2000-10-04  |  1KB  |  27 lines

  1. tux_course_light 0 -on -position { 1 1 0 0 } -diffuse { 1.0 0.9 1.0 1 } \
  2.      -specular { 0.0 0.0 0.0 1 } -ambient { 0.45 0.53 0.75 1.0 }
  3.  
  4. tux_course_light 1 -on -position { 1 1 2 0 } -specular { 0.8 0.8 0.8 1 } 
  5.  
  6. tux_fog -on -mode linear -density 0.005 -colour { 1.0 1.0 1.0 1 } -start 0 \
  7.     -end [tux_get_param forward_clip_distance]
  8.   
  9. tux_load_texture envmap ../common/envmap.rgb 0
  10. tux_bind_texture terrain_envmap envmap
  11.  
  12. tux_particle_colour { 0.85 0.9 1.0 1.0 }
  13.  
  14. tux_load_texture sky_front ../common/sunnyfront.rgb 0
  15. tux_load_texture sky_right ../common/sunnyright.rgb 0
  16. tux_load_texture sky_left ../common/sunnyleft.rgb 0
  17. tux_load_texture sky_back ../common/sunnyback.rgb 0
  18. tux_load_texture sky_top ../common/sunnytop.rgb 0
  19. tux_load_texture sky_bottom ../common/sunnybottom.rgb 0
  20.  
  21. tux_bind_texture sky_front sky_front
  22. tux_bind_texture sky_right sky_right
  23. tux_bind_texture sky_left sky_left
  24. tux_bind_texture sky_back sky_back
  25. tux_bind_texture sky_top sky_top
  26. tux_bind_texture sky_bottom sky_bottom
  27.